home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / bbs / fcfgw40s.zip / AREATOOL.H < prev    next >
C/C++ Source or Header  |  1996-04-18  |  821b  |  43 lines

  1. // AreaTools.h : header file
  2. //
  3. #ifndef __AREATOOLS_H
  4. #define __AREATOOLS_H
  5.  
  6. /////////////////////////////////////////////////////////////////////////////
  7. // CAreaTools window
  8.  
  9. class CAreaTools : public CToolBarCtrl
  10. {
  11. // Construction
  12. public:
  13.     CAreaTools();
  14.  
  15. // Attributes
  16. public:
  17.  
  18. // Operations
  19. public:
  20.  
  21. // Overrides
  22.     // ClassWizard generated virtual function overrides
  23.     //{{AFX_VIRTUAL(CAreaTools)
  24.     public:
  25.     virtual BOOL Create(DWORD dwStyle, const RECT &rect, CWnd *pParent, UINT nID);
  26.     //}}AFX_VIRTUAL
  27.  
  28. // Implementation
  29. public:
  30.     virtual ~CAreaTools();
  31.  
  32.     TBBUTTON *m_pTButtons;
  33.  
  34.     // Generated message map functions
  35. protected:
  36.     //{{AFX_MSG(CAreaTools)
  37.     //}}AFX_MSG
  38.  
  39.     DECLARE_MESSAGE_MAP()
  40. };
  41.  
  42. /////////////////////////////////////////////////////////////////////////////
  43. #endif